home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000087_ramseyrt@comcast.net_Tue Apr 19 18:14:33 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed-00.mathworks.com!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
  2. NNTP-Posting-Date: Mon, 18 Apr 2005 18:58:42 -0500
  3. Reply-To: "Robert Ramsey" <ramseyrt@comcast.net>
  4. From: "Robert Ramsey" <ramseyrt@comcast.net>
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Using Kermit for Packet Radio
  7. Date: Mon, 18 Apr 2005 19:58:41 -0400
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 6.00.2800.1478
  11. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478
  12. Message-ID: <ufCdneC8DMYv1PnfRVn-jg@comcast.com>
  13. Lines: 26
  14. NNTP-Posting-Host: 69.243.125.133
  15. X-Trace: sv3-c4JW1vvcOyIxuuKlxGiLG+C+Xi/Dw6PYMkhCviDEUw73tcw2v0e1gx/m3BEvxEeJJ4hhXsO9RRLVlep!mBDU/f0dHAorLwlRCaqQZzJB8Ff0rxlrQBt5CvX3+fSEdIST2qdZGBcPEO2YJVB/f+f/fuiGUSiS!mQ==
  16. X-Complaints-To: abuse@comcast.net
  17. X-DMCA-Complaints-To: dmca@comcast.net
  18. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  19. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  20. X-Postfilter: 1.3.32
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15323
  22.  
  23. Hello,
  24.  
  25. I'm trying to use kermit to interface my Kantronics KPC3+ (Radio Modem, TNC)
  26. on and SGI Octane running Irix 6.5.27.  I perform the following:
  27.  
  28. set line /dev/ttyd2
  29. set speed 9600
  30. set flow /direct-serial
  31. set carrier-watch off
  32. connect
  33.  
  34. The prompt from my TNC shows up and I can run commands such as "help" on my
  35. TNC.  However, every line overwrites the existing line.  The behavior I'm
  36. expecting is that every new line will have it's own line and not overwrite
  37. the existing line.  I believe this has something to do with kermit not
  38. interpreting the carriage returns or line feeds correctly?  This exact same
  39. behavior exhibits itself when I "cu -s 9600 -l /dev/ttyd2" from a command
  40. line.  What can I do to make this work?
  41.  
  42. Any help is greatly appreciated.
  43.  
  44. Thanks,
  45.  
  46. Rob
  47.  
  48.